ComponentOne Studio for WinRT XAML
New<T>(Type,Action<T>) メソッド

タイプ。
初期化子。
デフォルトコンストラクタを使用して、この型の新しいインスタンスを作成します。
構文
'宣言
 
Public Overloads Shared Function New(Of T)( _
   ByVal type As System.Type, _
   ByVal initializers As System.Action(Of T) _
) As T
public static T New<T>( 
   System.Type type,
   System.Action<T> initializers
)

パラメータ

type
タイプ。
initializers
初期化子。

型パラメータ

T

戻り値の型

T 型の新しいインスタンス
参照

Extensions クラス
Extensions メンバ
オーバーロード一覧

 

 


Copyright © GrapeCity inc. All rights reserved.